home *** CD-ROM | disk | FTP | other *** search
/ Zoo Guides: Life in the Desert / Zoo Guides - Life in the Desert.iso / pc / lfnthdsr / chapters / shared.dir / 00412_Script_412 < prev    next >
Text File  |  1995-05-08  |  300b  |  14 lines

  1. --
  2. on killquiz
  3. global thisframe, score
  4. put 0 into score
  5.   set the castnum of sprite 7 to f27
  6.  set the castnum of sprite 10 to f27
  7.   set the castnum of sprite 9 to f27
  8. set the castnum of sprite 24 to f27
  9.   updatestage
  10.  
  11. if the castnum of sprite 22 = f33 then
  12. go frame thisframe
  13. exit
  14. end if